본 게시글의 원문은 Yann Debray의 MATLAB with Python Book 입니다. 해당 책은 MIT 라이센스를 따르기 때문에 개인적으로 번역하여 재배포 합니다. 본 포스팅에는 추후 유료 수익을 위한 광고가 부착될 수도 있습니다.

MIT License

Copyright (c) 2023 Yann Debray

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

본 게시물에서 활용된 소스 코드들은 모두 Yann Debray의 GitHub Repo에서 확인할 수 있습니다.

6. Python에서 MATLAB 호출하기

당신이 Python 사용자이고 MATLAB을 왜 고려해야 하는지 궁금하다면, 이 장이 이 책의 더 나은 입문서가 될 것입니다. 제가 가장 좋아하는 동료 중 한 명인 Lucas Garcia – 딥러닝 제품 관리자 – 가 마드리드의 Python Meetup에서 이 질문에 답하려고 했습니다:

  • MATLAB 앱을 사용하여 AI 개발 촉진
  • MATLAB에서 사용할 수 있는 기능 필요 (예: Simulink)
  • MATLAB 커뮤니티의 작업물 활용

하지만 먼저 Python에서 MATLAB을 호출하는 기본 사항부터 시작해 보겠습니다.